StreamingSubscription Constructor (Boolean, EventType) |
Initializes a new instance of the StreamingSubscription class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic StreamingSubscription(
bool subscribeToAllFolders,
EventType eventType
)
Public Sub New (
subscribeToAllFolders As Boolean,
eventType As EventType
)
Parameters
- subscribeToAllFolders
- Type: SystemBoolean
if set to true [subscribe to all folders]. - eventType
- Type: Independentsoft.ExchangeEventType
Type of the event.
See Also